Skip to content

test: remove console.log call in node_run_list - #65572

Open
aduh95 wants to merge 1 commit into
nodejs:mainfrom
aduh95:no-console-log
Open

test: remove console.log call in node_run_list#65572
aduh95 wants to merge 1 commit into
nodejs:mainfrom
aduh95:no-console-log

Conversation

@aduh95

@aduh95 aduh95 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

That console.log looks like a debug thing, when in fact the test relies on it as this is a message test. Switch to using the more appropriate inherit value.

Refs: https://github.com/nodejs/node/pull/65552/changes#r3862720795

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Aug 26, 2026
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 90.08%. Comparing base (fe6a4cd) to head (2a18a70).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #65572   +/-   ##
=======================================
  Coverage   90.08%   90.08%           
=======================================
  Files         751      751           
  Lines      254865   254865           
  Branches    48114    48117    +3     
=======================================
+ Hits       229586   229593    +7     
+ Misses      16467    16457   -10     
- Partials     8812     8815    +3     

see 37 files with indirect coverage changes

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants